home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 1649 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.ins.at!news
  2. From: schaman@ins.at (Manfred Schaedler)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: Hiding HD Partitions Icons Possible?
  5. Date: 4 Feb 1996 15:20:43 GMT
  6. Organization: INS Ges.m.b.H
  7. Message-ID: <892.6608T978T1103@ins.at>
  8. References: <4f1o4p$7q4@altrade.nijmegen.inter.nl.net>
  9. NNTP-Posting-Host: cs-01-11.ins.at
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12.  
  13. >Just a quick question:
  14. >Is it possible to hide certain partitions from WorkBench,
  15. >but still accessible from other programs?
  16. >E.G. one partition solely for Virtual Memory purposes, no
  17. >use for it's icon to be on the WorkBench.
  18.  
  19. >Any help would be greatly appreciated, thanks!
  20.  
  21. Yes, there is a way to hide partitions so that the OS won't show them on the
  22. workbench.
  23. First you have to dismount the <volume:> you want to hide:
  24. Assign >NIL: <volume:> DISM0UNT
  25.  
  26. then you have to assign the <volume:> to the <device:>:
  27. Assign >NIL: <volume:> <device:>
  28.  
  29. I have the following 2 lines in my startup-sequence to hide the partition were
  30. all the news are kept, from the system:
  31. Assign >NIL: Msg_Base: DISM0UNT
  32. Assign >NIL: Msg_Base: DHB:
  33.  
  34. To hide your virtual memory you have to use the hdtoolbox and set the filesystem
  35. of this partition to custom filesystem.
  36.  
  37. Manfred Schaedler
  38. e-mail: schaman@ins.at
  39.  
  40.